home *** CD-ROM | disk | FTP | other *** search
/ Birth of Jesus Activity Center / Birth of Jesus Activity Center.iso / mac / data / babyj.dir / 00255_Script_255 < prev    next >
Text File  |  1997-11-02  |  255b  |  12 lines

  1. global gPlayIntro, gCDMoviePath
  2.  
  3. on exitFrame
  4.   saveGame
  5.     set gPlayIntro = TRUE
  6.     if the machineType = 256 then
  7.       go to movie gCDMoviePath & "stage1"
  8.     else
  9.       go to movie "Noah:data:stage1"
  10.       -- go to the frame
  11.     end if
  12. end